home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
src
/
gdb-4.12
/
readline
/
examples
/
configur.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-07-25
|
227 b
|
13 lines
@echo off
if "%1" == "h8/300" goto h8300
echo Configuring readline/examples for go32
update Makefile.dos Makefile
goto exit
:h8300
echo Configuring readline/examples for H8/300
update Makefile.dos Makefile
:exit